Welcome![Sign In][Sign Up]
Location:
Search - multiple Knapsack

Search list

[VC/MFCclassicsinC

Description: C语言里面的经典算法,包括有老掉牙 河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI Eratosthenes筛选求质数 超长整数运算(大数运算) 长 PI 最大公因数、最小公倍数、因式分解 完美数 阿姆斯壮数 最大访客数 中序式转后序式(前序式) 后序式的运算 关于赌博 洗扑克牌(乱数排列) Craps赌博游戏 约瑟夫问题(Josephus Problem) 集合问题 排列组合 格雷码(Gray Code) 产生可能的集合 m元素集合的n个元素子集 数字拆解 排序 得分排行 选择、插入、气泡排序 Shell 排序法 - 改良的插入排序 Shaker 排序法 - 改良的气泡排序 Heap 排序法 - 改良的选择排序 快速排序法(一) 快速排序法(二) 快速排序法(三) 合并排序法 基数排序法 搜寻 循序搜寻法(使用卫兵) 二分搜寻法(搜寻原则的代表) 插补搜寻法 费氏搜寻法 矩阵 稀疏矩阵 多维矩阵转一维矩阵 上三角、下三角、对称矩阵 奇数魔方阵 4N 魔方阵 2(2N+1) 魔方阵 -Obsolete Hanoi Tower Fei-style series Pascal triangle Three-color Chess Mouse walking fans Officer (1) Mouse walking fans Officer (2) Knight walking board 8 Queens 8 coins Game of Life String matching Two-color, three-color Hanoi Tower Knapsack problem (Knapsack Problem) The number of operations Monte Carlo method seeking PI Eratosthenes prime number screened seeking Long integer arithmetic (operations of large numbers) Long PI Greatest common factor, least common multiple, factorization Perfect Number 阿姆斯壮数 Maximum number of visitors Type in order to switch the order of type (pre-order type) Follow-style computing About Gambling Wash cards (random order) Craps Casino Games Joseph problems (Josephus Problem) Set problem Permutations Gray code (Gray Code) Generate the set of possible m elements of the collection a subset of n elements Digital dismantling Sort Score Ranking Selection, insertion, bubble sort Shell
Platform: | Size: 441344 | Author: neoleo | Hits:

[OtherpakcageProblem

Description: 01背包问题,完全背包,以及多重背包问题的详解和源程序。-01 knapsack problem, complete backpack, and multiple knapsack problem Xiangjie and procedures.
Platform: | Size: 67584 | Author: caolei | Hits:

[File Formatmultiplechoiceknapsack

Description: 关于多选择背包的很好的文章,提供了各种设计思路-Multiple Choice Knapsack Problem Example of planning choice in transportation
Platform: | Size: 390144 | Author: amy | Hits:

[Algorithmknap

Description: THIS PROGRAM SOLVES A 0-1 MULTIPLE KNAPSACK PROBLEM OF N ITEMS AND M KNAPSACKS. -THIS PROGRAM SOLVES A 0-1 MULTIPLE KNAPSACK PROBLEM OF N ITEMS AND M KNAPSACKS.
Platform: | Size: 6144 | Author: LB | Hits:

[Data structsXHstudent

Description: 1.对多个链表进行操作 2.回溯法求解0/1背包 3.分枝限界法求解0/1背包 4.回溯法求解n—皇后问题 5.图的操作(邻接表表示)-1. Operate on multiple lists 2. Backtracking method for solving 0/1 knapsack 3. Branch and bound method for solving 0/1 knapsack 4. Backtracking to solve n-queens problem 5. Graph operation (adjacency list representation)
Platform: | Size: 248832 | Author: 晓枫 | Hits:

[Data structsbag

Description: 本程序解决背包问题,其中有多个类型的物品,每类物品可以有任意数量。-The procedure to solve knapsack problem, in which there are multiple types of items, each class can have any number of items.
Platform: | Size: 1024 | Author: chen | Hits:

[Data structsknapsack

Description: 背包九讲问题,各种高效解法,值得一看,包括01背包,完全背包,多重背包,一起三种背包的混合问题-Backpack nine speak problems, all kinds of efficient solution, is worth a look Including 01 backpack, completely backpack, multiple backpack, together three backpack of the mixed problem
Platform: | Size: 36864 | Author: smile | Hits:

[Technology ManagementC-Program-examples

Description: 河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI Eratosthenes筛选求质数 超长整数运算(大数运算) 长 PI 最大公因数、最小公倍数、因式分解 完美数 阿姆斯壮数 最大访客数 中序式转后序式(前序式) 后序式的运算 关于赌博 洗扑克牌(乱数排列) Craps赌博游戏 约瑟夫问题(Josephus Problem) 集合问题 排列组合 格雷码(Gray Code) 产生可能的集合 m元素集合的n个元素子集 数字拆解 排序 得分排行 选择、插入、气泡排序 Shell 排序法 - 改良的插入排序 Shaker 排序法 - 改良的气泡排序 Heap 排序法 - 改良的选择排序 快速排序法(一) 快速排序法(二) 快速排序法(三) 合并排序法 基数排序法 搜寻 循序搜寻法(使用卫兵) 二分搜寻法(搜寻原则的代表) 插补搜寻法 费氏搜寻法 矩阵 稀疏矩阵 多维矩阵转一维矩阵 上三角、下三角、对称矩阵 奇数魔方阵 4N 魔方阵 2(2N+1) 魔方阵 对C语言的学习非常有用。-Tower of Hanoi Fibonacci row Pascal triangle Three-color chess Mice have gone astray Officer (a) Mice have gone astray Officer (2) Knights go board Eight Queen Eight of silver Game of Life String to check Color, tri-color Towers of Hanoi Knapsack problem (Knapsack Problem) The number of operator Monte Carlo method for PI Eratosthenes screening and quality Long integer arithmetic (large numbers operation) Long PI The greatest common divisor, least common multiple, factoring Perfect number Armstrong number The maximum number of visitors Sequence type (pre-order type) in sequence rotary After the order type of computing On gambling Wash cards (random number order) Craps gambling game The problem of Joseph (Josephus Problem) Collection of problems Permutations and combinations Gray code (Gray Code) Produce may be the collection of m elements of a collection of n elements in a subset of Digital dismantling Sort Score Ranking Select, insert, bubble sort S
Platform: | Size: 64512 | Author: 李艳文 | Hits:

[Othermulti-knapsack(queue)

Description: 多重背包的单调队列解法,经过测试完美运行!-Multiple backpack monotonous queue solution has been tested and works perfect!
Platform: | Size: 1024 | Author: Lyon | Hits:

[matlab40964005

Description: 多重背包问题求解算例,很实用很酷。不需任何改动-Multiple knapsack problem
Platform: | Size: 7168 | Author: zhangsanxiao | Hits:

[Algorithmhdu2191NBag

Description: 杭州电子科技大学ACM评价系统219+1题多重背包的解法-Hangzhou University of Electronic Science and Technology Evaluation System 219+1 ACM multiple knapsack problem solution
Platform: | Size: 4096 | Author: liyingchun | Hits:

[Industry researchPoweallocation2013paper

Description: 考虑了基站通过多个中继与多个用户的问题,基于背包问题提出了最优功率分配。-the optimal power allocation is presented based on knapsack problem for a system with a base station communication with multiple users assisted by multiple relay.
Platform: | Size: 131072 | Author: astydon | Hits:

[OtherDeformation-knapsack-problem

Description: 背包问题的变形,可以更好的理解,01背包,完全背包,多重背包问题等问题-Deformation knapsack problem can be better understood, 01 backpacks, completely backpack, multiple knapsack problem and other issues
Platform: | Size: 49152 | Author: | Hits:

[matlabGA_Knapsack

Description: 有关多背包问题的遗传算法,非常不错,对初学者很有帮助-For multiple knapsack problem genetic algorithm, very good, very helpful for beginners
Platform: | Size: 2048 | Author: 神殇泪 | Hits:

[Software EngineeringBackpack-nine-speak

Description: 01背包模板 多重背包模板 完全背包-01 knapsack template multiple template completely backpack
Platform: | Size: 40960 | Author: 陈杰 | Hits:

[AI-NN-PRPSO

Description: 基于粒子群算法的多目标搜索算法,本案例采用多目标粒子群算法求解多目标背包问题。-Multiple target search algorithm based on particle swarm optimization (pso) algorithm, this case USES the multi-objective particle swarm optimization (pso) algorithm to solve multi-objective knapsack problem.
Platform: | Size: 2048 | Author: 琼琼 | Hits:

CodeBus www.codebus.net